home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr18 / fondial.zip / DIAL.DOC next >
Text File  |  1993-05-08  |  1KB  |  36 lines

  1. ****************************
  2. *Dial.exe - by Dave Rensin**
  3. ****************************
  4.  
  5.  
  6.      Rolodexes can be a very handy thing. But if you're like I am
  7. you don't want to have to reach over to the phone and actually dial
  8. the number. Now you don't have to. This little command line dialer
  9. will allow you to dial a number simply by typing DIAL <search
  10. string>. This program reads a config file, sets your com port,
  11. dialing prefix, and dialing suffix, and dials your number. 
  12.  
  13.      First things first. The config file must be named the same as
  14. the .exe. In other words if you rename this program to CALL.EXE
  15. then the config file MUST be called CALL.FON. The second thing is
  16. that the first line of the config file must read
  17. PORT|PREFIX|SUFFIX. (i.e. 0|9|12345 sets the com port to 1, the
  18. dialing prefix to 9 and the dialing suffix to 12345.)
  19. The only other thing to know is that the entries in your config
  20. file MUST NOT have a space in the phone number. 
  21.  
  22. For example.......
  23. John Smith 555-1212 (Valid)
  24. John Smith 555 1212 (INVALID)
  25.  
  26.      Other than that this program runs itself. The only thing I ask
  27. is that if you like this program, and find it useful please send $5
  28. to:
  29.                Dave Rensin
  30.                15221 Centergate Dr.
  31.                Silver Spring, MD. 20905.
  32.  
  33.      Thanks, and have a good time.
  34.  
  35.           Dave Rensin
  36.           rensin@eng.umd.edu